@byomakase/omakase-player
    Preparing search index...

    Interface StyledElementWithId<S>

    interface StyledElementWithId<S = {}> {
        classes?: string[];
        description?: string;
        id: string;
        parent?: StyledElement<S>;
        style?: Partial<S>;
    }

    Type Parameters

    • S = {}

    Hierarchy (View Summary)

    Index

    Properties

    classes?: string[]
    description?: string
    id: string
    parent?: StyledElement<S>
    style?: Partial<S>