Hiyve Components - v1.0.0
    Preparing search index...

    Shape creation options

    interface ShapeOptions {
        filled?: boolean;
        height?: number;
        id?: string;
        radius?: number;
        text?: string;
        width?: number;
    }
    Index

    Properties

    filled?: boolean

    Whether the shape is filled

    height?: number

    Height (for rect, triangle)

    id?: string

    Pre-assigned ID

    radius?: number

    Radius (for circle)

    text?: string

    Text content (for text)

    width?: number

    Width (for rect, triangle)