@fimagine/writeboard
    Preparing search index...

    Interface IShapeInfomation<S>

    interface IShapeInfomation<S extends ShapeType = ShapeType> {
        desc: string;
        name: string;
        type: S;
    }

    Type Parameters

    Index

    Properties

    Properties

    desc: string
    name: string
    type: S