@nikovirtala/projen-constructs
    Preparing search index...

    Interface ComponentOptions

    Options property configuration

    interface ComponentOptions {
        docs?: string;
        name: string;
        type?: string;
    }
    Index

    Properties

    Properties

    docs?: string

    Documentation summary (optional, auto-detected from component constructor)

    name: string

    Name of the options property

    type?: string

    Fully qualified type name (optional, auto-detected from component constructor)