OGPlayer Web SDK
    Preparing search index...

    Interface CustomAction

    A host-supplied icon button rendered left of the (future) cast position — icon-only, max 8, part of the chrome (mirrors Android/iOS CustomAction).

    interface CustomAction {
        accessibilityLabel?: string;
        onClick: () => void;
        svg: string;
    }
    Index
    accessibilityLabel?: string
    onClick: () => void
    svg: string

    Inline SVG markup (24×24 recommended); rendered with the chrome tint.