Labb - DX Accelerator
    Preparing search index...

    Interface ReferenceProps

    interface ReferenceProps {
        context: string;
        inheritedProps: { [key: string]: any }[];
        name: string;
        type?: string;
        visibility?: boolean;
    }
    Index

    Properties

    context: string
    inheritedProps: { [key: string]: any }[]
    name: string
    type?: string
    visibility?: boolean