@ark7/model - v2.0.56
    Preparing search index...

    Interface Property

    1.0.0

    interface Property {
        abstract?: true;
        getter?: true;
        modifier: Modifier;
        name: string;
        optional: boolean;
        readonly?: true;
        setter?: true;
        type: Type;
    }
    Index

    Properties

    abstract?: true
    getter?: true
    modifier: Modifier
    name: string
    optional: boolean
    readonly?: true
    setter?: true
    type: Type