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

    Interface UiElement<S>

    interface UiElement<S extends UiElementProps = UiElementProps> {
        id: string;
        props?: Partial<S>;
    }

    Type Parameters

    Index

    Properties

    Properties

    id: string
    props?: Partial<S>